From 0fca3cdc04e5c3a2be61a9feaa10c08122203ce4 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 5 Sep 2015 12:55:03 -0500 Subject: [PATCH] Remove .menu file as per TC resolution of #741573 --- debian/emacsVER.menu | 17 ----------------- debian/rules | 3 --- 2 files changed, 20 deletions(-) delete mode 100644 debian/emacsVER.menu diff --git a/debian/emacsVER.menu b/debian/emacsVER.menu deleted file mode 100644 index 0ef657cae2f..00000000000 --- a/debian/emacsVER.menu +++ /dev/null @@ -1,17 +0,0 @@ -?package(@PKG_NAME@):\ - needs="X11"\ - section="Applications/Editors"\ - title="Emacs @MENU_VERSION@ (X11)"\ - command="/usr/bin/@DEB_FLAVOR@"\ - icon16x16="/usr/share/emacs/@FULL_VERSION@/etc/images/icons/hicolor/16x16/apps/emacs.xpm"\ - icon32x32="/usr/share/emacs/@FULL_VERSION@/etc/images/icons/hicolor/32x32/apps/emacs.xpm"\ - hints="Text" - -?package(@PKG_NAME@):\ - needs="text"\ - section="Applications/Editors"\ - title="Emacs @MENU_VERSION@ (text)"\ - command="/usr/bin/@DEB_FLAVOR@ -nw"\ - icon16x16="/usr/share/emacs/@FULL_VERSION@/etc/images/icons/hicolor/16x16/apps/emacs.xpm"\ - icon32x32="/usr/share/emacs/@FULL_VERSION@/etc/images/icons/hicolor/32x32/apps/emacs.xpm"\ - hints="Text" diff --git a/debian/rules b/debian/rules index 208076f8243..166145d710f 100755 --- a/debian/rules +++ b/debian/rules @@ -145,18 +145,15 @@ nonpersistent_autogen_install_files := \ debian/$(flavor)-common.prerm \ debian/$(flavor)-nox.README.Debian \ debian/$(flavor)-nox.lintian-overrides \ - debian/$(flavor)-nox.menu \ debian/$(flavor)-nox.postinst \ debian/$(flavor)-nox.prerm \ debian/$(flavor)-lucid.README.Debian \ debian/$(flavor)-lucid.desktop \ debian/$(flavor)-lucid.lintian-overrides \ - debian/$(flavor)-lucid.menu \ debian/$(flavor)-lucid.postinst \ debian/$(flavor)-lucid.prerm \ debian/$(flavor).README.Debian \ debian/$(flavor).desktop \ - debian/$(flavor).menu \ debian/$(flavor).lintian-overrides \ debian/$(flavor).postinst \ debian/$(flavor).prerm -- 2.30.2